projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beeefa1
)
levelbar: fix parameter confusion
author
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 5 Jan 2016 01:55:26 +0000
(17:55 -0800)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 5 Jan 2016 01:56:50 +0000
(17:56 -0800)
We're always interested in the minimum size.
gtk/gtklevelbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtklevelbar.c
b/gtk/gtklevelbar.c
index 61323aaef5bc14f5436f084c8bb1ca99adc86c08..aad18760204d8bc79232d68a7a43e3050334aa13 100644
(file)
--- a/
gtk/gtklevelbar.c
+++ b/
gtk/gtklevelbar.c
@@
-268,7
+268,7
@@
gtk_level_bar_get_min_block_size (GtkLevelBar *self,
gtk_css_gadget_get_preferred_size (self->priv->block_gadget[0],
GTK_ORIENTATION_VERTICAL,
-1,
-
NULL, block_height
,
+
block_height, NULL
,
NULL, NULL);
}